home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00274_Script_274 < prev    next >
Text File  |  1997-03-18  |  475b  |  19 lines

  1. on enterFrame
  2.   cursor -1
  3.   puppetSprite 1, true
  4.   puppetSprite 2, true
  5.   puppetSprite 3, true
  6.   puppetSprite 4, true
  7.   puppetSprite 5, true
  8.   set the visible of sprite 1 to true
  9.   set the visible of sprite 2 to true
  10.   set the visible of sprite 3 to true
  11.   set the visible of sprite 4 to true
  12.   set the visible of sprite 5 to true
  13.   puppetSprite 1, false
  14.   puppetSprite 2, false
  15.   puppetSprite 3, false
  16.   puppetSprite 4, false
  17.   puppetSprite 5, false
  18.   
  19. end